home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / dmedia / aifcdecompress.z / aifcdecompress
Text File  |  1998-10-30  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. aaaaiiiiffffccccccccoooommmmpppprrrreeeessssssss((((1111))))                                                aaaaiiiiffffccccccccoooommmmpppprrrreeeessssssss((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      aifcdecompress - decompress the audio data in an AIFF-C file
  10.  
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      aifcdecompress [-verbose] infile.aifc outfile.aifc
  14.  
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      _a_i_f_c_d_e_c_o_m_p_r_e_s_s is a command-line program which reads an AIFF-C compressed
  18.      digital audio input file, and copies the header information and sample
  19.      data to a AIFF-C uncompressed digital audio output file.
  20.  
  21.  
  22.      The output file will contain copies of all the AIFF-C chunks in the
  23.      original input file. The chunks may not appear in exactly the same order
  24.      as in the original file.
  25.  
  26.  
  27.      _a_i_f_c_d_e_c_o_m_p_r_e_s_s decodes data which has been compressed using one of the
  28.      algorithms supported by the SGI audio file library:
  29.  
  30.  
  31.      _G._7_2_2    CCITT G.722 ADPCM 4:1 compression recommended for 16-kHz, 16-bit
  32.               mono or stereo data.  The compression algorithm currently cannot
  33.               handle more than two channels.
  34.  
  35.  
  36.      _m_u-_l_a_w   CCITT G.711 mu-law 2:1 compression recommended for 8-kHz, 16-bit
  37.               (mono or multichannel) data.
  38.  
  39.  
  40.      _A-_l_a_w    CCITT G.711 A-law 2:1 compression recommended for 8-kHz, 16-bit
  41.               (mono or multichannel) data.
  42.  
  43.  
  44.      _A_w_a_r_e _M_P_E_G
  45.               MPEG I layer 1 or 2 audio compression implemented by Aware, Inc.
  46.               for 32, 44.1, or 48 kHz mono or stereo 16-bit data.
  47.  
  48.  
  49.  
  50.      _A_w_a_r_e _M_u_l_t_i_R_a_t_e
  51.               Aware proprietary MultiRate near-lossless or lossless audio
  52.               compression.  for mono or stereo 16-bit data at any rate.
  53.  
  54.  
  55.  
  56.      If the input AIFF-C file parses correctly, and the output file is written
  57.      with no errors, _a_i_f_c_d_e_c_o_m_p_r_e_s_s returns 0. If there is an error,
  58.      _a_i_f_c_d_e_c_o_m_p_r_e_s_s returns 1.
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. aaaaiiiiffffccccccccoooommmmpppprrrreeeessssssss((((1111))))                                                aaaaiiiiffffccccccccoooommmmpppprrrreeeessssssss((((1111))))
  71.  
  72.  
  73.  
  74.      If invoked with no arguments, _a_i_f_c_d_e_c_o_m_p_r_e_s_s displays help.
  75.  
  76.  
  77.      If the verbose option is specified, _a_i_f_c_d_e_c_o_m_p_r_e_s_s periodically prints
  78.      messages as sample data is copied from the input file to the output file.
  79.  
  80.  
  81.      The AIFF and AIFF-C file format specifications are published by Apple
  82.      Computer Inc.
  83.  
  84.  
  85. AAAAUUUUTTTTHHHHOOOORRRR
  86.      Silicon Graphics Inc.
  87.  
  88.  
  89. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  90.      playaifc(1), recordaifc(1),
  91.      aiff2aifc(1), aifccompress(1),
  92.      dmconvert(1), mediaconvert(1),
  93.      AIFF-C File Format Specification
  94.      AFintro(3A), Introduction to the Audio File Library
  95.      aware(5)
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.